From 0e473a5f1c4d4598cf73e570c0bb1777341aa81d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 7 Jan 2016 19:47:58 -0500 Subject: [PATCH] Rename HighContrast-dark to HighContrastInverse For accessibility purposes, it is better to have this as a separate theme than as a dark variant of the HighContrast theme. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 48815fed92..6a0b4445e8 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1214,7 +1214,7 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc echo " theme/Adwaita/assets/$$n" >> $@; \ done; \ echo " theme/HighContrast/gtk.css" >> $@; \ - echo " theme/HighContrast/gtk-dark.css" >> $@; \ + echo " theme/HighContrast/gtk-dark.css" >> $@; \ echo " theme/HighContrast/gtk-contained.css" >> $@; \ echo " theme/HighContrast/gtk-contained-dark.css" >> $@; \ if test "$(win32_theme)" = "yes"; then \ -- 2.30.2